home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / intrfc61.arc / TEST1.INC < prev    next >
Text File  |  1991-03-28  |  104b  |  8 lines

  1.     function    fun;
  2.     var
  3.       x : double;
  4.     begin
  5.       x := 0;
  6.       x := x*x;
  7.     end;
  8.